home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGNG_C
/
MRUTC.LZH
/
POETRY.C
< prev
next >
Wrap
Text File
|
1988-01-19
|
136b
|
13 lines
/* ---- poetry.c ------ */
#include "twindow.h"
void poems(void);
void main()
{
load_help("tcprogs.hlp");
poems();
}